home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / mars2.dxr / 00187.ls < prev    next >
Encoding:
Text File  |  1997-06-05  |  340 b   |  16 lines

  1. on exitFrame
  2.   global mwide, end
  3.   if soundBusy(2) then
  4.     sound stop 2
  5.   end if
  6.   if mwide > 0 then
  7.     set the movieTime of sprite 5 to mwide
  8.   else
  9.     set the movieTime of sprite 5 to 0
  10.   end if
  11.   set end to the duration of cast "SHOWER4.MOV"
  12.   if the movieRate of sprite 5 = 0 then
  13.     set the movieRate of sprite 5 to 1
  14.   end if
  15. end
  16.